1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Improve the documentation for affine transform estimation.

This commit is contained in:
Fangjun Kuang
2018-01-18 12:40:59 +01:00
parent ec353dbdda
commit 67842df9e2
4 changed files with 129 additions and 31 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#include <stdio.h>
/*
This is translation to C++ of the Matlab's LMSolve package by Miroslav Balda.
This is a translation to C++ from the Matlab's LMSolve package by Miroslav Balda.
Here is the original copyright:
============================================================================