Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rdk-cvdetectionlib
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmsdk
rdk-cvdetectionlib
Commits
a04892f7b151
There was an error fetching the commit references. Please try again later.
Commit
a04892f7b151
authored
9 years ago
by
Aleksandr Bakhshiev
Browse files
Options
Downloads
Plain Diff
Merge with default
--HG-- branch : NamedIO
parents
e6d07f4f984d
186bcc0695d0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Core/Detection.h
+1
-1
1 addition, 1 deletion
Core/Detection.h
Core/UBADifferenceFrame.cpp
+1
-1
1 addition, 1 deletion
Core/UBADifferenceFrame.cpp
Core/UBALooping.cpp
+0
-2
0 additions, 2 deletions
Core/UBALooping.cpp
with
2 additions
and
4 deletions
Core/Detection.h
+
1
−
1
View file @
a04892f7
...
...
@@ -41,7 +41,7 @@ virtual void CreateClassSamples(UStorage *storage);
// --------------------------
};
extern
Detection
DetectionLibrary
;
extern
RDK_LIB_TYPE
Detection
DetectionLibrary
;
}
...
...
This diff is collapsed.
Click to expand it.
Core/UBADifferenceFrame.cpp
+
1
−
1
View file @
a04892f7
...
...
@@ -182,7 +182,7 @@ bool UBADifferenceFrameSimple::BCalculate(UBitmap &input, UBitmap &deduction, UB
for
(
j
=
0
;
j
<
Width
;
j
++
)
{
bdif
=
*
reinterpret_cast
<
unsigned
*>
(
bufdata
)
-
*
reinterpret_cast
<
unsigned
*>
(
*
bufded
);
-
*
reinterpret_cast
<
unsigned
*>
(
bufded
);
*
reinterpret_cast
<
unsigned
*>
(
buf
)
=
(
bdif
<
0
)
?-
bdif
:
bdif
;
buf
+=
4
;
bufdata
+=
4
;
bufded
+=
4
;
}
...
...
This diff is collapsed.
Click to expand it.
Core/UBALooping.cpp
+
0
−
2
View file @
a04892f7
...
...
@@ -198,8 +198,6 @@ bool UBALoopingSimple::BCalculate(UBitmap &input, UBitmap &output)
for
(
i
=
0
;
i
<
Length
;
i
++
,
pData
+=
4
,
ptData
+=
4
)
{
unsigned
int
&
tc
=*
reinterpret_cast
<
unsigned
*>
(
ptData
);
tc
=
0
;
b
=*
reinterpret_cast
<
unsigned
*>
(
pData
);
tc
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment