TensorFlow函數(shù):tf.image.central_crop

2018-05-22 10:34 更新

tf.image.central_crop函數(shù)

tf.image.central_crop(
    image,
    central_fraction
)

定義在:tensorflow/python/ops/image_ops_impl.py.

請(qǐng)參閱指南:圖像操作>裁剪

裁剪圖像的中心區(qū)域.

去除圖像的外部部分,但沿著每個(gè)維度保留圖像的中心區(qū)域.如果我們指定central_fraction = 0.5,則此函數(shù)返回下圖中標(biāo)有“X”的區(qū)域.

 --------
|        |
|  XXXX  |
|  XXXX  |
|        |   where "X" is the central 50% of the image.
 --------

參數(shù):

  • image:形狀[height, width, depth]的三維浮動(dòng)張量.
  • central_fraction:float(0,1],要裁剪的大小的一部分.

可能引發(fā)的異常:

  • ValueError:如果central_crop_fraction不在(0,1]內(nèi).

返回值:

三維浮動(dòng)張量

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)