|
Photosine 0.5
|
#include <JuceHeader.h>#include <opencv2/core.hpp>#include "GlobalVariables.h"#include "CommandDefaults.h"Typedefs | |
Callback Types | |
| typedef std::function< void(cv::Mat, juce::String matId, int channel, int frameNumber)> | MatProcessorCallback |
| typedef std::function< void(juce::ValueTree clickedPlugin, juce::Point< float > position)> | PluginMenuCallback |
| typedef std::function< void(juce::String uniqueID)> | RemovePluginCallback |
Variables | |
| const int | RGBtoBGR [4] = { 2, 1, 0, 3 } |
| typedef std::function<void (cv::Mat, juce::String matId, int channel, int frameNumber)> MatProcessorCallback |
| typedef std::function<void (juce::ValueTree clickedPlugin, juce::Point<float> position)> PluginMenuCallback |
| typedef std::function<void (juce::String uniqueID)> RemovePluginCallback |
| const int RGBtoBGR[4] = { 2, 1, 0, 3 } |
Converts channel order from RGB to BGR.