Community Profile

photo

Matt.


2019년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

답변 있음
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 ...

4년 초과 전 | 0

답변 있음
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...

4년 초과 전 | 0

질문


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

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변