Cudihins D. Hands-On Computer Vision with Julia + Code 2018

seeders: 5
leechers: 0
Added 3 years ago by andryold1 in Books  > Ebooks

Download Fast Safe Anonymous
movies, software, shows...

Files

Cudihins D. Hands-On Computer Vision with Julia + Code 2018 (Size: 9.28 MB)
  Code
  .gitignore 12 B
  .vscode
  settings.json 38 B
  Chapter01
  1_installing_packages.jl 188 B
  2_reading_images.jl 1.03 KB
  3_saving_images.jl 189 B
  4_test_images.jl 134 B
  5_previewing_images.jl 133 B
  6_crop_scale_resize.jl 1.42 KB
  7_rotating_images.jl 194 B
  Chapter02
  1_accessing_pixels.jl 99 B
  1_working_with_pixels.jl 4.98 KB
  2_converting_images_to_array_of_numbers.jl 356 B
  3_converting_array_of_numbers_to_image.jl 682 B
  4_changing_color_saturation.jl 459 B
  5_converting_image_to_grayscale.jl 234 B
  6_creating_custom_color_filter.jl 1.34 KB
  7_padding_images.jl 634 B
  8_blurring_images.jl 903 B
  9_sharepening_images.jl 722 B
  Chapter03
  1_image_binarization.jl 546 B
  2_image_erosion_dilation.jl 1.08 KB
  3_image_opening_closing.jl 302 B
  4_tophat_bothat.jl 1.2 KB
  Chapter04
  1_seeded_region_growing.jl 1.1 KB
  2_felzenszwalb.jl 1.15 KB
  3_fast_scanning.jl 2.07 KB
  Chapter05
  1_corner_detection.jl 3.29 KB
  2_brief.jl 1.83 KB
  3_orb.jl 757 B
  4_brisk.jl 1.02 KB
  5_freak.jl 1021 B
  6_matching_faces.jl 714 B
  Chapter06
  1_mnist.jl 2.78 KB
  2_cifar.jl 3.32 KB
  3_catsvsdogs.jl 3.54 KB
  4_saving_loading.jl 2 KB
  Chapter07
  1_loading_inception.jl 781 B
  2_loading_mobilenet.jl 757 B
  3_feature_extraction_inception.jl 1.75 KB
  3_feature_extraction_mobilenet.jl 1.59 KB
  5_using_mobilent_feature_extractor.1.jl 5.66 KB
  5_using_mobilent_feature_extractor.2.jl 5.71 KB
  5_using_mobilent_feature_extractor.3.jl 5.37 KB
  5_using_mobilent_feature_extractor.jl 5.64 KB
  Chapter08
  1_testing_opencv.jl 111 B
  2_read_write_image_cxx.jl 699 B
  3_video_capture.jl 1.7 KB
  4_face_detection.jl 2.66 KB
  5_mobilenet_ssd.jl 635 B
  6_object_detection.jl 3.62 KB
  opencv_compatability.jl 1.31 KB
  Chapter09
  10_running_tesseract.jl 274 B
  1_download.jl 612 B
  2_validation.jl 715 B
  3_validating_labels.jl 575 B
  4_loading_mobilenetv2.jl 1.08 KB
  5_extracting_features_mobilenet_v2.jl 1.4 KB
  6_building_classifier_mobilenet_v2.jl 1.99 KB
  7_loading_inceptionv3.jl 806 B
  8_extracting_features_inception_v3.jl 1.36 KB
  9_building_classifier_inception_v3.jl 2.21 KB
  README.txt 55 B
  Software and hardware list.pdf 193.4 KB
  sample-images
  beautiful-1274051_640_100_1.jpg?042148 17.89 KB
  beautiful-1274056_640_100_2.jpg?042148 20.17 KB
  bird-3183441_640.jpg?042148 62.46 KB
  board-157165_640.png 5.17 KB
  busan-night-scene.jpg?042148 195.98 KB
  caribbean-2726429_640.jpg?042148 76.69 KB
  cat-2273598_640.jpg?042148 74.45 KB
  cat-3269765_640.jpg?042148 116.81 KB
  cat-3352842_640.jpg?042148 42.8 KB
  cat-3417184_640.jpg?042148 69.89 KB
  cat-3417184_640_watermarked.jpg?042148 66.88 KB
  cat-3418815_640.jpg?042148 61.48 KB
  cats-3061372_640.jpg?042148 53.54 KB
  dog-3207258__340.jpg?042148 42.99 KB
  dog-3216207_640.png 60.97 KB
  fabio_gray_512.png 181.58 KB
  geometrical-figures-and-noise.jpg?042148 10.98 KB
  geometrical-figures-and-noise.png 4.31 KB
  kittens-555822_640.jpg?042148 123.25 KB
  women-1209678_640.jpg?042148 59.74 KB
  Cudihins D. Hands-On Computer Vision with Julia + Code 2018.pdf 7.69 MB

Description



Textbook in PDF format

Explore the various packages in Julia that support image processing and build neural networks for video processing and object tracking.
About This Book
• Build a full-fledged image processing application using JuliaImages
• Perform basic to advanced image and video stream processing with Julia's APIs
• Understand and optimize various features of OpenCV with easy examples
Who This Book Is For
Hands-On Computer Vision with Julia is for Julia developers who are interested in learning how to perform image processing and want to explore the field of computer vision. Basic knowledge of Julia will help you understand the concepts more effectively.
What You Will Learn
• Analyze image metadata and identify critical data using JuliaImages
• Apply filters and improve image quality and color schemes
• Extract 2D features for image comparison using JuliaFeatures
• Cluster and classify images with KNN/SVM machine learning algorithms
• Recognize text in an image using the Tesseract library
• Use OpenCV to recognize specific objects or faces in images and videos
• Build neural network and classify images with MXNet
In Detail
Hands-On Computer Vision with Julia is a thorough guide for developers who want to get started with building computer vision applications using Julia. Julia is well suited to image processing because it's easy to use and lets you write easy-to-compile and efficient machine code.
This book begins by introducing you to Julia's image processing libraries such as Images.jl and ImageCore.jl. You'll get to grips with analyzing and transforming images using JuliaImages; some of the techniques discussed include enhancing and adjusting images. As you make your way through the chapters, you'll learn how to classify images, cluster them, and apply neural networks to solve computer vision problems. In the concluding chapters, you will explore OpenCV applications to perform real-time computer vision analysis, for example, face detection and object tracking. You will also understand Julia's interaction with Tesseract to perform optical character recognition and build an application that brings together all the techniques we introduced previously to consolidate the concepts learned