Home
last modified time | relevance | path

Searched refs:Icurrent (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/ocsinventory-server/OCSInventory-Server-2.8.1/Apache/Ocsinventory/Server/Capacities/
H A DUpdate.pm87 my $Icurrent;
173 if($_>$Icurrent){$Icurrent = $_;}
176 $ip = ($Iversion==$Icurrent)?0:1;
189 if( $ip ){ $resp{'IPDISCOVER'} = [ $Icurrent ] }
/dports/misc/visp/visp-3.4.0/modules/vision/include/visp3/vision/
H A DvpKeyPointSurf.h210 …void display(const vpImage<unsigned char> &Iref, const vpImage<unsigned char> &Icurrent, unsigned …
211 …void display(const vpImage<unsigned char> &Icurrent, unsigned int size = 3, const vpColor &color =…
H A DvpBasicKeyPoint.h88 virtual void display(const vpImage<unsigned char> &Iref, const vpImage<unsigned char> &Icurrent,
91 virtual void display(const vpImage<unsigned char> &Icurrent, unsigned int size = 3,
H A DvpFernClassifier.h260 virtual void display(const vpImage<unsigned char> &Iref, const vpImage<unsigned char> &Icurrent,
262 virtual void display(const vpImage<unsigned char> &Icurrent, unsigned int size = 3,
H A DvpPlanarObjectDetector.h200 …void display(vpImage<unsigned char> &Iref, vpImage<unsigned char> &Icurrent, bool displayKpts = fa…
/dports/misc/visp/visp-3.4.0/modules/vision/src/key-point/
H A DvpKeyPointSurf.cpp477 …ointSurf::display(const vpImage<unsigned char> &Ireference, const vpImage<unsigned char> &Icurrent, in display() argument
493 vpDisplay::displayCross(Icurrent, currentImagePointsList[i], size, vpColor::green); in display()
512 void vpKeyPointSurf::display(const vpImage<unsigned char> &Icurrent, unsigned int size, const vpCol… in display() argument
519 vpDisplay::displayCross(Icurrent, currentImagePointsList[i], size, color); in display()
H A DvpPlanarObjectDetector.cpp382 void vpPlanarObjectDetector::display(vpImage<unsigned char> &Iref, vpImage<unsigned char> &Icurrent in display() argument
384 display(Icurrent, displayKpts); in display()