W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
tf.image.crop_to_bounding_box(
image,
offset_height,
offset_width,
target_height,
target_width
)
定義在:tensorflow/python/ops/image_ops_impl.py.
請(qǐng)參閱指南:圖像操作>裁剪
將圖像裁剪到指定的邊界框.
這個(gè)操作從image中裁剪一個(gè)矩形部分.返回圖像的左上角位于image的offset_height, offset_width,右下角處于offset_height + target_height, offset_width + target_width.
參數(shù):
返回值:
如果image是四維,則返回形狀為[batch, target_height, target_width, channels]的四維浮動(dòng)張量;如果image是三維的,則返回形狀為[target_height, target_width, channels]的三維浮動(dòng)張量.
可能引發(fā)的異常:
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: