Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

Sur d’autres sites (8992)

  • To detect the image/frame in the video

    12 octobre 2016, par Abdul Gafoor

    I was given two inputs one is an image (image from .mp4 video file)and the other one is video(mostly in .ts format). Mostly the video is lossy encoding. I need to find the image in the video. Here I can’t compare the raw frames of video and image as they are different in encoding . To my knowledge, I need to find same alike image/frame in the video with respect to image. Is there any tools/api to find the image in the video.

  • Revision 1fcef81cb0 : Remove vp9_ prefix from bit writer files Change-Id : I07647c7482b9ec498fbad3a9c9

    20 juillet 2015, par Yaowu Xu

    Changed Paths :
     Modify /test/vp9_boolcoder_test.cc


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_subexp.c


     Modify /vp9/encoder/vp9_treewriter.h


     Add /vpx_dsp/bitwriter.c
    (from /vpx_dsp/vp9_writer.c
    :c5ad31e518ceaffebb055e6a186bcece8c6ced96)
     Add /vpx_dsp/bitwriter.h
    (from /vpx_dsp/vp9_writer.h
    :c5ad31e518ceaffebb055e6a186bcece8c6ced96)
     Add /vpx_dsp/bitwriter_buffer.c
    (from /vpx_dsp/vp9_write_bit_buffer.c
    :c5ad31e518ceaffebb055e6a186bcece8c6ced96)
     Add /vpx_dsp/bitwriter_buffer.h
    (from /vpx_dsp/vp9_write_bit_buffer.h
    :c5ad31e518ceaffebb055e6a186bcece8c6ced96)
     Delete /vpx_dsp/vp9_write_bit_buffer.c


     Delete /vpx_dsp/vp9_write_bit_buffer.h


     Delete /vpx_dsp/vp9_writer.c


     Delete /vpx_dsp/vp9_writer.h


     Modify /vpx_dsp/vpx_dsp.mk



    Remove vp9_ prefix from bit writer files

    Change-Id : I07647c7482b9ec498fbad3a9c9901f72b2336500

  • libavfilter/dnn : add prefix ff_ for internal functions

    18 janvier 2021, par Guo, Yejun
    libavfilter/dnn : add prefix ff_ for internal functions
    

    from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and
    from proc_from_dnn_to_frame to ff_proc_from_dnn_to_frame.

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_native.c
    • [DH] libavfilter/dnn/dnn_backend_openvino.c
    • [DH] libavfilter/dnn/dnn_backend_tf.c
    • [DH] libavfilter/dnn/dnn_io_proc.c
    • [DH] libavfilter/dnn/dnn_io_proc.h