Photosine 0.5
Loading...
Searching...
No Matches
Definitions.h File Reference
#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 Documentation

◆ MatProcessorCallback

typedef std::function<void (cv::Mat, juce::String matId, int channel, int frameNumber)> MatProcessorCallback

◆ PluginMenuCallback

typedef std::function<void (juce::ValueTree clickedPlugin, juce::Point<float> position)> PluginMenuCallback

◆ RemovePluginCallback

typedef std::function<void (juce::String uniqueID)> RemovePluginCallback

Variable Documentation

◆ RGBtoBGR

const int RGBtoBGR[4] = { 2, 1, 0, 3 }

Converts channel order from RGB to BGR.