

Reference:

"Principal curvature-based region detector for object recognition". CVPR 2007.


------------------------------------------------------------
This binary code only support "pgm" image format.
------------------------------------------------------------

How to run:

win:

	pcbr.exe imageFileName RegionFileName

Linux:

	pcbr imageFileName RegionFileName 


How to show:

In matlab: 

display_features(RegionFileName,imageFileName);


------------------------------------------------------------
Examples

%run detection on window
pcbr.exe ../ims/bug.pgm bug.pcbr

%run detection on Linux

pcbr ../ims/bug.pgm bug.pcbr


%show detection 

display_features('../win/bug.pcbr','../ims/bug.jpg')



