keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

未解決(たぶん、しばらく)。OpenCV(python)のonline-helpの若干変な文字列の表示を正しくする方法がわからない。

未解決(たぶん、しばらく)。OpenCV(python)のonline-helpの若干変な文字列の表示を正しくする方法がわからない。

内容

下記は、コマンドプロンプトで、表示させた場合。

下記のtextttみたいな部分。。。

    .   @param src input image.
    .   @param dst output image; it has the size dsize (when it is non-zero) or the size computed from
    .   src.size(), fx, and fy; the type of dst is the same as of src.
    .   @param dsize output image size; if it equals zero (`None` in Python), it is computed as:
    .    \f[\texttt{dsize = Size(round(fx*src.cols), round(fy*src.rows))}\f]
    .    Either dsize or both fx and fy must be non-zero.
    .   @param fx scale factor along the horizontal axis; when it equals 0, it is computed as
    .   \f[\texttt{(double)dsize.width/src.cols}\f]
    .   @param fy scale factor along the vertical axis; when it equals 0, it is computed as
    .   \f[\texttt{(double)dsize.height/src.rows}\f]
    .   @param interpolation interpolation method, see #InterpolationFlags
    .
    .   @sa  warpAffine, warpPerspective, remap

わからない