<script>
export default {
props : ['employeeIdNumber','attentanceDate'],
data() {
return {
employee_id : this.employeeIdNumber,
date : this.attentanceDate
}
}
</script>
这是我的代码,用于获取图像并删除其中的黑色像素。我尝试了在堆栈上找到的UMAT错误的解决方案,但随后显示“错误的类型转换”。有人可以帮忙吗?
答案 0 :(得分:0)
问题在thresholded
中产生imwrite()
,所以我用print()
来查看thresholded
和grayscale
与{{1}一起使用}}。
imwrite()
是数组,但是grayscale
的结构不同-它看起来像具有两个元素的元组-一些数字和数组。如果我使用thresholded
,那么我会得到可以与thresholded[1]
一起使用的数组,但是我没有检查我在imwrite()
中得到的内容
"image.png"