hough-transform-js icon indicating copy to clipboard operation
hough-transform-js copied to clipboard

A simple script to perform Hough transform in JavaScript given a canvas.

Hough transform in JavaScript

Description

A simple script to perform Hough transform in JavaScript given a canvas.

Todos

  • Write lines on drawing canvas given a hover point on the hough space (see http://liquify.eu/flash/HoughTransform).
  • Benchmark classical vs. lookup tables implementations.

License

Copyright 2012 Guillaume Marty

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.