Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to understand which functions available in python bindings?

how to understand which functions available in python bindings? I just found old documentation. For example wich function can be use for keypoint extraction? cv2.FeatureDetector_create and cv2.GridAdaptedFeatureDetector only?

how to understand which functions available in python bindings?

how How to understand which functions are available in python bindings? I just only found old documentation. For example wich function which functions can be use used for keypoint extraction? cv2.FeatureDetector_create extraction(cv2.FeatureDetector_create and cv2.GridAdaptedFeatureDetector only?only)?

For example if I have c++ code I just can look in header files to understand which functions I can use, but I don't know how to do this in python bindings.