MeshLib C++ Docs
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#include "MRMesh/MRExpected.h"
5
7
8namespace MR
9{
12
13
14namespace Cuda
15{
16
19
21MRCUDA_API void loadMRCudaDll();
22
23}
24
25}
MRCUDA_API Expected< void > negatePicture(MR::Image &image)
This function inverts Color value (255 - value in each channel except alpha)
MRCUDA_API void loadMRCudaDll()
call this function to load MRCuda shared library
tl::expected< T, E > Expected
Definition MRExpected.h:31
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRImage.h:19