Giter Club home page Giter Club logo

skimage-demos's Introduction

scikit-image: Image processing in Python

Image.sc forum Stackoverflow project chat

Installation

  • pip: pip install scikit-image
  • conda: conda install -c conda-forge scikit-image

Also see installing scikit-image.

License

See LICENSE.txt.

Citation

If you find this project useful, please cite:

Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias, François Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle Gouillart, Tony Yu, and the scikit-image contributors. scikit-image: Image processing in Python. PeerJ 2:e453 (2014) https://doi.org/10.7717/peerj.453

skimage-demos's People

Contributors

jdwarner avatar stefanv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

skimage-demos's Issues

Face detection using a cascade classifier no longer works

Load the trained file from the module root.

trained_file = data.lbp_frontal_face_cascade_filename()

the data object no longer contains lbp_frontal_face_cascade_filename()

Initialize the detector cascade.

detector = Cascade(trained_file)

skimage.feature no longer contains Cascade function.

This example needs to be rewritten.

equations

Hi, and thanks a lot for your code, can you please provide me the main reference you built the code based on it? I just need to see the equations, I am develping a fisheye system that would highlight the region of interenst so I was trying to upgrade your code.

Fisheye Tutorial

Hello @stefanv I want to ask about the fish eye demo, what is the meaning of this line?
r = 0.8 * np.exp(r**(1/2.1) / 1.8)
what is the 2.1 and 1.8?, is that value of camera focal which is (fx,fy)?, and which equation did you use to transform to fish eye based on this

License

Hi Stefan,

Could you add a license for the repo?

tutorial on Pano advanced ipynb is incomplete

The notebook relating to build the panorama using seam carve technique is incomplete. Instead of producing pano image, resultant only projects first image on to second image plane. Remaining look blank. This might be due to labelling issue in above part.

ORB

Hi Stefan,

I am unable to run your code: ORB is not skimage.feature. I am using the latest Anaconda distribution. Has any one else reported something similar?

--Jimmy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.