Closed ctr26 closed 4 years ago
You asked the same question on the forum. Please always disclose when cross-posting, to avoid that people waste their time in replying with redundant information, and to enable others having a similar issue to follow the discussion.
As this is mostly a usage question rather than an issue with imagej-ops
, let's continue the discussion on the forum.
You asked the same question on the forum. Please always disclose when cross-posting, to avoid that people waste their time in replying with redundant information, and to enable others having a similar issue to follow the discussion.
As this is mostly a usage question rather than an issue with
imagej-ops
, let's continue the discussion on the forum.
Apologies, I've updated my post
Check out #627 for relevant conversation
This is a crosspost at the imagej forum:
How would run a (2D) sobel filter through a 3D volume slice wise using imagej ops?
The following code works for a DOG slice wise filter (I think, borrowed from an example) ,but switching in the sobel filter causes an error. I’m pretty sure using ops.filter().sobel(img) produces an n-dimensional sobel filter?