mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge pull request #25252 from gursimarsingh:cpp_samples_cleanup
Move API focused C++ samples to snippets #25252 Clean Samples #25006 This PR removes 39 outdated C++ samples from the project, as part of an effort to keep the codebase clean and focused on current best practices.
This commit is contained in:
@@ -1333,6 +1333,9 @@ The function converts 2D or 3D points from/to homogeneous coordinates by calling
|
||||
*/
|
||||
CV_EXPORTS void convertPointsHomogeneous( InputArray src, OutputArray dst );
|
||||
|
||||
/** @example samples/cpp/snippets/epipolar_lines.cpp
|
||||
An example using the findFundamentalMat function
|
||||
*/
|
||||
/** @brief Calculates a fundamental matrix from the corresponding points in two images.
|
||||
|
||||
@param points1 Array of N points from the first image. The point coordinates should be
|
||||
|
||||
Reference in New Issue
Block a user