Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ANPR/dependencies/lib/liblept.a
100755 → 100644
Binary file not shown.
Binary file modified ANPR/dependencies/lib/libtesseract_all.a
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion opencv2.framework/Headers
2 changes: 1 addition & 1 deletion opencv2.framework/Resources
6 changes: 3 additions & 3 deletions opencv2.framework/Versions/A/Headers/calib3d/calib3d.hpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,9 @@ CV_EXPORTS Mat findFundamentalMat( InputArray points1, InputArray points2,
double param1=3., double param2=0.99);

//! finds coordinates of epipolar lines corresponding the specified points
CV_EXPORTS void computeCorrespondEpilines( InputArray points,
int whichImage, InputArray F,
OutputArray lines );
CV_EXPORTS_W void computeCorrespondEpilines( InputArray points,
int whichImage, InputArray F,
OutputArray lines );

CV_EXPORTS_W void triangulatePoints( InputArray projMatr1, InputArray projMatr2,
InputArray projPoints1, InputArray projPoints2,
Expand Down
1 change: 0 additions & 1 deletion opencv2.framework/Versions/A/Headers/contrib/contrib.hpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -983,4 +983,3 @@ namespace cv
#endif

#endif

Empty file.
Empty file modified opencv2.framework/Versions/A/Headers/contrib/hybridtracker.hpp
100644 → 100755
Empty file.
Empty file modified opencv2.framework/Versions/A/Headers/contrib/openfabmap.hpp
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion opencv2.framework/Versions/A/Headers/contrib/retina.hpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,3 @@ class CV_EXPORTS Retina {

}
#endif /* __OPENCV_CONTRIB_RETINA_HPP__ */

Loading