Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Evision Example Collection

Evision

Get Started with Some Basic Functions

getting_started.livemd

Related functions:

  • Evision.imread
  • Evision.imwrite
  • Evision.imencode
  • Evision.imdecode
  • Evision.imresize

Run in Livebook

QRCode Encoding and Decoding

qrcode.livemd

Related functions:

  • Evision.QRCodeEncoder.encode
  • Evision.QRCodeDetector.detectAndDecode

Run in Livebook

Warp Perspective

warp_perspective.livemd

Related functions:

  • Evision.getPerspectiveTransform
  • Evision.warpPerspective

Run in Livebook

Warp Polar

Remaps an image to polar or semilog-polar coordinates space.

warp_polar.livemd

Related functions:

  • Evision.warpPolar

Run in Livebook

Find and Draw Contours in an Image

find_and_draw_contours.livemd

Related functions:

  • Evision.drawContours

Run in Livebook

Stitching Multiple Photos into A Panorama Photo

stitching.livemd

Related functions:

  • Evision.Stitcher.stitch

Run in Livebook

Principal Components Analysis

pca.livemd

Related functions:

  • Evision.pcaCompute2
  • Evision.drawContours

Run in Livebook

Extracting Sudoku Puzzle from An Image

sudoku.livemd

Run in Livebook

Magic Image

Are you interested in learning how to create an image that displays different content on both white and black backgrounds? It's alpha channel magic!

magic_image.livemd

Run in Livebook

Simple use of Evision in a Machine Learning Pipeline with Nx and torhcx

cifar10.livemd

Run in Livebook

Print Default OpenCL Device Information

ocl-default_opencl_device_info.livemd

Run in Livebook

Evision.DNN

Object Detection Task with GoogleNet

dnn-googlenet.livemd

Run in Livebook

Generic Object Detection Task

dnn-detection-model.livemd

Run in Livebook

U2Net Human Segmentation

dnn-u2net_human_seg.livemd

Run in Livebook

High Dynamic Range Imaging

photo-hdr.livemd

Run in Livebook

Benchmark using Densenet121

densenet121_benchmark.livemd

Run in Livebook

Evision.ML

SVM

ml-svm.livemd

Run in Livebook

Decision Tree and Random Forest

ml-decision_tree_and_random_forest.livemd

Run in Livebook