Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
35a31e1c
Commit
35a31e1c
authored
Jun 28, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed few warnings
parent
37a63523
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
LoaderCallbackInterface.rst
android/service/doc/LoaderCallbackInterface.rst
+2
-2
facerec.cpp
modules/contrib/src/facerec.cpp
+1
-1
No files found.
android/service/doc/LoaderCallbackInterface.rst
View file @
35a31e1c
...
...
@@ -11,12 +11,12 @@ Loader Callback Interface
Interface for callback object in case of asynchronous initialization of OpenCV
void onManagerConnected()
------------------------
------------------------
-
.. method:: void onManagerConnected(int status)
Callback method that is called after OpenCV library initialization
:param status: Status of initialization. See Initialization status constants
void onPackageInstall()
...
...
modules/contrib/src/facerec.cpp
View file @
35a31e1c
...
...
@@ -584,7 +584,7 @@ static Mat histc(InputArray _src, int minVal, int maxVal, bool normed)
static
Mat
spatial_histogram
(
InputArray
_src
,
int
numPatterns
,
int
grid_x
,
int
grid_y
,
bool
normed
)
int
grid_x
,
int
grid_y
,
bool
/*normed*/
)
{
Mat
src
=
_src
.
getMat
();
// calculate LBP patch size
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment