联系方式

  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-23:00
  • 微信:codinghelp

您当前位置:首页 >> Java编程Java编程

日期:2024-04-21 09:19


EEE-6512\EEL-4930 Image Processing and Computer Vision Spring 2024 Homework #7 (Optional)

March 21, 2024

Due: April 22, 2024, 11:59 PM

This assignment should be completed individually by the student. Proper citation should be provided for any references used.

Please read the requirements carefully. Solutions that do not follow the provided specifications will not receive credit. You are free to use any built-in/toolbox functions within MATLAB to accomplish this task, except functions from the deep learning toolbox. Data and background were taken from the Sign Language MNIST Kaggle dataset page [1].

Background: The original MNIST image dataset of handwritten digits is a popular benchmark for image-based artificial intelligence methods, but researchers have renewed efforts to update it and develop drop-in replacements that are more challenging for computer vision and original for real-world applications. American Sign Language (ASL) MNIST is one such dataset, consisting of images of hand gestures that represent a multi-class problem with 24 classes of letters (excluding J and Z, which require motion). This has applications in live ASL/spoken word translation. See provided asl_reference.png for the ASL letters. For more information, please see [1].

Data: The dataset format is patterned to match closely with the classic MNIST. Data is stored in CSV format with:

1. a label (0-25) as a one-to-one map for each alphabetic letter A (and no cases for 9=J or 25=Z because of gesture motions)

2. pixel1, pixel2, .. pixel784 which represent a single image. Data was preprocessed by cropping to hands-only, gray-scaling to uint8 bit depth, and resizing to a 28x28 pixel image.

3. For this assignment, we are only concerned with the letters A-D, inclusive. Please use the provided asl_mnist.csv.

Challenge: Write a function, myASLTranslate, which:

? accepts a single 28x28 uint8 greyscale image and returns a single character, either “A”,

“B”, “C”, or “D”.

? You must:

o Use at least one filter on the grayscale image

o Use at least one morphological image processing operation

o Use at least one region feature from section Chapter 12

o Include in your report the accuracy of your function on all data in asl_mnist.csv

? Note: Your function will be tested on 25 randomly sampled images taken from the provided asl_mnist.csv. Code must achieve at least 80% accuracy on the sampled dataset to receive credit.

To receive full credit, you should submit two files. 1.) A document containing an explanation of how your code works, (.DOC, .DOCX, or PDF file) 2.) An M-file containing commented MATLAB code for the program myASLTranslate. Students should ensure that their M-files execute without errors to avoid receiving point deductions.

References

[1] “Sign Language MNIST.” https://kaggle.com/datamunge/sign-language-mnist (accessed Oct. 09, 2020).


版权所有:留学生编程辅导网 2020 All Rights Reserved 联系方式:QQ:99515681 微信:codinghelp 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。 站长地图

python代写
微信客服:codinghelp