Yan xiaolong

Results 15 issues of Yan xiaolong

can we give the 3d object's surface area? I think it should not be very difficult to modify the **marching cube**, but marching a labeled 3d image, and return a...

:fast_forward: Enhancement

as numba update a lot, many function does not work now. I want to modify all functions in jit(nopython=True) mode. But I failed to modify a function (spend two hours)...

add fft under the process menus: menue: > Process: > FFT > Inverse FFT > -------- > Bandpass Filter > Highpass Filter > Lowpass Filter

I know imagej and Rasband in a book wrote by Wilhelm Burger and Mark Burge many years ago. and I became a big funs of imagej. It's between ps, gimp...

Hi Jni: some advice: 1. I try the csr and nx. they build all pixels as node. As a togpgraph, I think some times we do not care about the...

### Is your feature request related to a problem? Please describe. I found TableView did not support select by colume or cell (just like excel) and may have sume performance...

enhancement

### Desktop (please complete the following information): windows v1.10.1 ### Describe the bug scrollbar did not answer mousewheel when orient=horizontal ### To Reproduce _No response_ ### Expected behavior _No response_...

bug

hi, when I push array to gpu, got a gpu object. can we wrap the gpu object as a numpy-like interface? such as (dot, concat, slice, reshape...)? I know there...

now numba has list and dic, Is there a plan to implement stack, queue, linkedlist, heap... just like C+ STL container?

feature_request

I whant to snapshot a frame, and do some image analysis. I saw onRtspVideoNalUnitReceived can take the initial frame, but how can I get a decoded frame's rgb bytes?.