Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
Anyone know how to create an Edge Detection algorithm in Java? I have to use thresholding to detect coins on an image that has been loaded onto a JFrame. I already have a way to turn a BufferedImage into grayscale, but I have no clue how to go about detecting coins on that BufferedImage.
This isn't EE related, posting here though cuz I figure a bunch of you know how to code
pls help
EDIT:
I'll pay 200 gems to someone who can do this
Maverick: Started up on a 6, when he pulled from the clouds, and then I moved in above him.
Charlie: Well, if you were directly above him, how could you see him?
Maverick: Because I was inverted.
Offline
Give me 200 gems; ill give you the answer in some years after reading tutorials.
Have you already checked this link?
Offline
This is quite a simple explanation but it might help:
https://youtu.be/sRFM5IEqR2
No idea why, but yesterday I had YouTube open and the auto play thing started playing that video XD
It basically says you need to convert the image to grayscale and blur it slightly, then find the size and direction of the gradient of each pixel, then you find the lines of maximum gradient, then you apply a threshold where to start an edge, you need a high ish gradient, but once it's started, you continue until a much lower gradient
Offline
I've been banned lately. Contact me on PM if you haven't found a solution yet.
Everybody edits, but some edit more than others
Offline
Pages: 1
Topic closed
[ Started around 1732394260.8573 - Generated in 0.032 seconds, 12 queries executed - Memory usage: 1.41 MiB (Peak: 1.52 MiB) ]