JuliaImages / JuliaImages/juliaimages.github.io

Tutorial on image gradients

Open
#255 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
33
Forks
52
PR merge metrics
No merged PRs in 30d

Description

I recently was reviewing ImageCorners.jl and it uses imgradient a lot, and there exist of lot of different types of filter like prewitt, sobel etc that are utilized. I would wanna introduce readers to:

  • gradient in general
  • gradient for a 2d signal, (grad_x, grad_y)
  • gradient orientation and magnitude and help visualize
  • gradient operator([grad_x, grad_y]) this is going to be useful later I know
  • compare finite differences method and ForwardDiff
  • basic edge thresholding

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing ImageCorners.jl and the existing use of imgradient, including the available Prewitt and Sobel filters. A finished tutorial should cover 2D gradients, orientation and magnitude visualization, gradient operators, finite differences versus ForwardDiff, and basic edge thresholding.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
computer-vision, documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.