Community Profile

photo

Matt.


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Respondida
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 ...

más de 4 años hace | 0

Respondida
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...

más de 4 años hace | 0

Pregunta


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 ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta