mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Corrections for compiling issues in Win, And and Doc
This commit is contained in:
committed by
Vadim Pisarevsky
parent
61c27ac81e
commit
fe7bab499f
@@ -88,7 +88,7 @@ public:
|
||||
virtual void read(const FileNode& fn)
|
||||
{
|
||||
CV_Assert( (String)fn["name"] == name_ );
|
||||
fullAffine = (int)fn["affine_type"];
|
||||
fullAffine = (bool)int(fn["affine_type"]);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user