All Services
|
Mobile Version
|
Enterprise Services
|
Partnership
|
Help
|
Log on
All DriveHQ Services
Online Storage & Sharing
DriveHQ FTP Server Hosting
DriveHQ Online Backup
DriveHQ Drive Mapping
DriveHQ Email Hosting
Enterprise Services
Partnership / Resellers
Folder Path: \\toulouse\CamTracker\code\featureFinder.h
//============================================================================= #ifndef FEATUREFINDER_H #define FEATUREFINDER_H #include "subWindow.h" class bwImage; class rgbImage; class floatImage; class sortedList; class featureFinder { public: featureFinder( rgbImage *input ); featureFinder( bwImage *input ); ~featureFinder(); sortedSubWindowList findFeatures( int numFeatures ); private: void findCentroid( floatImage *intensMap, int x1, int y1, int x2, int y2, int ¢X, int ¢Y ); void findStandardDeviation( floatImage *intensMap, int x1, int y1, int x2, int y2, int centX, int centY, float &devX, float &devY ); void findAFeature( floatImage *weightMap, int &locX, int &locY, int &sizeX, int &sizeY, float &featLevel ); private: floatImage *cornerResp_; }; #endif // FEATUREFINDER_H
featureFinder.h
Page URL
File URL
Prev
10/50
Next
Download
( 865 B )
Comments
Total ratings:
0
Average rating:
Page 0 of total 0 pages
Would you like to comment?
Join DriveHQ
for a free account, or
Logon
if you are already a member.