MeshLib
 
Loading...
Searching...
No Matches
MRCudaTest.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include "MRMesh/MRMeshFwd.h"
4
5// This file exists for testing some cuda features
6
7namespace MR
8{
9
10namespace Cuda
11{
12
13// This function inverts Color value (255 - value in each channel except alpha)
14MRCUDA_API void negatePicture( MR::Image& image );
15
16}
17
18}
MRCUDA_API void negatePicture(MR::Image &image)
Definition MRCameraOrientationPlugin.h:7
Definition MRImage.h:15