Community Profile

photo

Matt.


Aktiv seit 2019

Statistiken

Content Feed

Anzeigen nach

Beantwortet
mex multithreading with c++
I have found a workaround which consists in defining the function out of the class. I am not completely satisfied as I still do ...

mehr als 4 Jahre vor | 0

Beantwortet
mex multithreading with c++
Obviously std::this_thread::sleep_for(std::chrono::milliseconds(1000)); is just an example. replacing it by : int a=2; does ntop...

mehr als 4 Jahre vor | 0

Frage


mex multithreading with c++
Hi ! I was trying to improve the speed of part of my code with a mex function. It decreased sensibly but I wante to improve it ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Shifting pixels in an image without loops
Hi, I would like to shift some pixels in an image (Ny,Nx,Nc) given a 2D shift map (Ny,Nx). I can easily do it with loops but I ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort