摘要:
【Question】 Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". 【My Solution】 Sl 阅读全文
摘要:
【Question】 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo 阅读全文
摘要:
Chapter 5 Image Restoration and Reconstruction 图像复原与重建 5.1 A Model of the Image Defradation/Restoration Process 图像退化/复原过程的模型 ![5.1.PNG 19.1kB][1] As F 阅读全文
摘要:
Chapter_3 Intensity Transsformations and Spatial Filtering 灰度变换与空间滤波 Intensity transformation function s = T(r) (size of the neighborhood is 1 1) ![3. 阅读全文