cisst-saw
|
#include <svlCCCornerDetector.h>
Public Types | |
enum | cornerDetectionEnum { NO_CORNERS, OPENCV_CHESSBOARD, FEATURES } |
Public Member Functions | |
svlCCCornerDetector (int width, int height) | |
void | detectCorners (cv::Mat matImage, IplImage *iplImage) |
int | getCornerDetectionFlag () |
std::vector< cv::Point2f > | getChessboardCorners () |
svlCCCornerDetector::svlCCCornerDetector | ( | int | width, |
int | height | ||
) |
|
inline |
|
inline |