Python Forum
detect equal sequences in list
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
detect equal sequences in list
#9
Hello,

many thanks to all the hard-working people, who shared their knowledge!!

Reading this, I've got a starting point to work with.

I will notify you if I need assistance...

Thanks a lot...

-------------------------------------------------------------------
Just for explanation (because the question arised what I'm planning to do with the list of hash codes):

Digitizing Super8-Movies for customers is a part of my work. During the recording process the film can hang. These hanging sequences I have to cut out in a video editing software.

It is an effort to watch the digitzed film and check for hangers.

What I'm planning to do is the following:

First, I extract the frames from the digitized film.

Then, I want to examine each frame with perceptual hashing.

To every frame it belongs a hash code.

When the film hangs, the same frame is digitized again and again...

Because of this it comes to an equal sequence of the same hash code.

Knowing the start and the end of a hanger I will calculate the position in film (hh:mm:ss) of the hanger.

I think that perceptual hashing is more suitable to examine the frames, because it isn't too accident-sensitive against small changes in the frame.

I tested an other method and changed only one pixel in the same frame and the changed frame was identified as a different picture.

Because of this I'm thinking that the perceptual hashing is better suitable for detecting the same frame (->hanger).
Reply


Messages In This Thread
detect equal sequences in list - by flash77 - Oct-14-2022, 09:10 AM
RE: detect equal sequences in list - by Yoriz - Oct-14-2022, 10:28 AM
RE: detect equal sequences in list - by deanhystad - Oct-14-2022, 07:07 PM
RE: detect equal sequences in list - by flash77 - Oct-15-2022, 08:05 AM
RE: detect equal sequences in list - by deanhystad - Oct-15-2022, 12:05 PM
RE: detect equal sequences in list - by flash77 - Oct-15-2022, 09:10 PM
RE: detect equal sequences in list - by Pedroski55 - Oct-16-2022, 12:53 AM
RE: detect equal sequences in list - by DPaul - Oct-16-2022, 06:36 AM
RE: detect equal sequences in list - by flash77 - Oct-16-2022, 05:27 PM
RE: detect equal sequences in list - by flash77 - Oct-26-2022, 09:30 AM
RE: detect equal sequences in list - by flash77 - Oct-26-2022, 12:00 PM
RE: detect equal sequences in list - by deanhystad - Oct-26-2022, 05:43 PM
RE: detect equal sequences in list - by flash77 - Oct-27-2022, 06:53 AM
RE: detect equal sequences in list - by deanhystad - Oct-27-2022, 08:04 AM
RE: detect equal sequences in list - by flash77 - Oct-27-2022, 08:35 AM
RE: detect equal sequences in list - by flash77 - Oct-27-2022, 09:13 AM
RE: detect equal sequences in list - by deanhystad - Oct-27-2022, 03:56 PM
RE: detect equal sequences in list - by flash77 - Oct-28-2022, 06:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Check if two matrix are equal and of not add the matrix to the list quest 3 947 Jul-10-2023, 02:41 AM
Last Post: deanhystad
  Regarding how to randomizing list with having equal probability radraw 14 2,426 Nov-06-2022, 11:09 PM
Last Post: Pedroski55
  is there equal syntax to "dir /s /b" kucingkembar 2 1,070 Aug-16-2022, 08:26 AM
Last Post: kucingkembar
  Can a variable equal 2 things? Extra 4 1,589 Jan-18-2022, 09:21 PM
Last Post: Extra
  needleman wunsch algorithm for two sequences of different length johnny_sav1992 0 1,755 Jul-27-2020, 05:45 PM
Last Post: johnny_sav1992
  help for escape sequences NewPi 1 2,098 Dec-11-2019, 11:22 PM
Last Post: ichabod801
  Not equal a dictionary key value bazcurtis 2 1,997 Dec-11-2019, 11:15 PM
Last Post: bazcurtis
  copying parts of mutable sequences Skaperen 1 2,308 Dec-02-2019, 10:34 AM
Last Post: Gribouillis
  Convert weekly sequences to date and time. SinPy 0 1,514 Nov-23-2019, 05:20 PM
Last Post: SinPy
  Escape sequences display in python Uchikago 1 2,509 Jun-27-2019, 03:25 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020