python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cropping a video to a specific range of frames and region of interest in Python
I have a video and I am only interested in a small section of the video (both in terms of a certain amount of frames and a small window of the video). I have been slowing chewing my way through proble...
Chris
Votes: 0
Answers: 1
Write ImageJ ROI file from R
In R, I have a matrix that equals an image, where each cell is 0 if it is background and >0 if it is a ROI. Each ROI has its distinct number, so if it spans several matrix cells all these cells wil...

NicolasH2
Votes: 0
Answers: 1
How to calculate return of investment in powerBI using DAX?
Hi everyone,
I have 2 columns as shown in the screenshot above, Date and Cumsum P/L. I want to calculate the return per month by using this formula:
(Last Cumsum P/L of the month - First Cumsum P/L o...
weizer
Votes: 0
Answers: 1
Shifting of trace boundaries in Matlab code?
I am trying to trace boundaries of objects using a manual ROI selection and to plot there outlines back on the original image in grayscale. I noticed that I have a shift of the outline compered to the...
jane
Votes: 0
Answers: 2