Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxRGBVHistogram
Commits
7c5c9bd9
Commit
7c5c9bd9
authored
Oct 30, 2019
by
artificiel
Browse files
cleanup
parent
1576f85e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/RGBVHistogram.hpp
→
src/
ofx
RGBVHistogram.hpp
View file @
7c5c9bd9
...
...
@@ -4,11 +4,8 @@
#include <algorithm>
#include <functional>
#include "ofMain.h"
#include "ofxFastFboReader.h"
#include "ofxHistogram.h"
#include "ofxOpenCv.h"
template
<
typename
T
>
std
::
vector
<
T
>
operator
+
(
const
std
::
vector
<
T
>&
a
,
const
std
::
vector
<
T
>&
b
)
...
...
@@ -24,7 +21,7 @@ std::vector<T> operator+(const std::vector<T>& a, const std::vector<T>& b)
return
result
;
}
class
RGBVHistogram
{
class
ofx
RGBVHistogram
{
public:
void
setup
(
int
w
,
int
h
,
size_t
bins
=
256
)
...
...
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