4.4- Circle Drawing Algorithm In Computer Graphics- 8 Way Symmetry Of A Circle

Sdílet
Vložit
  • čas přidán 28. 07. 2020
  • 8 way symmetry of circle In Computer Graphics in Hindi
    Drawing a circle on the screen is a little complex than drawing a line. There are two popular algorithms for generating a circle − Bresenham’s Algorithm and Midpoint Circle Algorithm. These algorithms are based on the idea of determining the subsequent points required to draw the circle. Let us discuss the algorithms in detail −
    The equation of circle is X2+Y2=r2, where r is radius.
    Circle Generation
    Bresenham’s Algorithm
    We cannot display a continuous arc on the raster display. Instead, we have to choose the nearest pixel position to complete the arc.
    From the following illustration, you can see that we have put the pixel at (X, Y) location and now need to decide where to put the next pixel − at N (X+1, Y) or at S (X+1, Y-1).
    Bresenham’s Algorithm
    This can be decided by the decision parameter d.
    If d less than=0, then N(X+1, Y) is to be chosen as next pixel.
    If d greater than 0, then S(X+1, Y-1) is to be chosen as the next pixel.
    Algorithm
    Step 1 − Get the coordinates of the center of the circle and radius, and store them in x, y, and R respectively. Set P=0 and Q=R.
    Step 2 − Set decision parameter D = 3 - 2R.
    Step 3 − Repeat through step-8 while P less than equal to Q.
    Step 4 − Call Draw Circle (X, Y, P, Q).
    Step 5 − Increment the value of P.
    Step 6 − If D less than 0 then D = D + 4P + 6.
    Step 7 − Else Set R = R - 1, D = D + 4(P-Q) + 10.
    Step 8 − Call Draw Circle (X, Y, P, Q).
    DDA Circle Drawing Algorithm In Computer Graphics In Hindi • 4.5- DDA Circle Drawin...
    #ComputerGraphicsLecture #ComputerGraphicsLecturesInHindi #ComputerGraphicsTutorialsInHindi #ComputerGraphicsUGC #ComputerGraphicsNET #ComputerGraphicsVideos #ComputerGraphicsInHindi
    Bresenham's Circle Drawing Algorithm Derivation In Computer Graphics in Hindi • 4.6- Bresenham's Circl...
    Numerical Of Bresenham's Circle Drawing Algorithm In Computer Graphics In Hindi • 4.7- Numerical Of Bres...
    Bresenham's Circle Drawing Algorithm In Computer Graphics In Hindi • 4.8- Bresenham's Circl...
    Mid Point Circle Drawing Algorithm In Computer Graphics In Hindi • 4.9- Mid Point Circle ...
    DDA Circle Drawing Algorithm In Computer Graphics In Hindi • 4.5- DDA Circle Drawin...
    Bresenham's Circle Drawing Algorithm Derivation In Computer Graphics in Hindi • 4.6- Bresenham's Circl...
    Numerical Of Bresenham's Circle Drawing Algorithm In Computer Graphics In Hindi • 4.7- Numerical Of Bres...
    Bresenham's Circle Algorithm In Computer Graphics In Hindi • 4.8- Bresenham's Circl...
    Mid Point Circle Drawing Algorithm In Computer Graphics In Hindi • 4.9- Mid Point Circle ...
    Numerical Mid Point Circle Drawing Algorithm In Computer Graphics In Hindi • 4.10- Numerical Mid Po...
    In Our Channel Students can access computer graphics lectures with complete syllabus and all videos are in hindi language so they can understand easily. our motive to provide computer graphics lectures in hindi because it become easy for students to understand the concepts very easily and it took very less time so it also save your time as well.
    Student will find many computer graphics tutorials in youtube but i guarantee that you will not find any other channel who teaches in easiest way as our channel does. Computer graphics videos are more in demand as it is is one of the most important subjects of many computer science streams.
    As i already told that computer graphics videos in hindi is provided in our channel even all subjects are covered in hindi to make it easy. Many students follow books for computer graphics tutorials but it is not easy to understand from all things from the books so here is our channel who guides in many ways and hindi language make the concept the easiest.
    Computer graphics is one of that subject which has been taught from very beginning in the school level.
    The motive of making the computer graphics in hindi subject to make computer science students feel that it is very important and easy subject. Computer graphics lectures are provided by many lecturars but i ensure students that here you will find all lectures and many computer graphics notes with the making concepts clear. Notes Link:
    www.tutorialsspace.com/Downloa...

Komentáře • 24

  • @arjunverma8862
    @arjunverma8862 Před 3 lety +6

    Sir aap Bohot hi acha pdhate h thanks sir and lockdown m on-line classes m teachers sirf pdf read krke chli jaati h kuch smjh ni aata thanks to you for making us comfortable in subjects

    • @tutorialsspace
      @tutorialsspace  Před 3 lety +5

      i know arun what is going on in online teaching.... teachers padane ka pain hi nhi lena chti....

    • @tutorialsspace
      @tutorialsspace  Před 3 lety

      i know arun what is going on in online teaching.... teachers padane ka pain hi nhi lena chti....

    • @siddheshmhapankar3005
      @siddheshmhapankar3005 Před 3 lety

      @@tutorialsspace true sir

  • @alirao9974
    @alirao9974 Před 3 lety +3

    Sir iam from pakistan. And your teaching style is nawaz u din sidiqui .

  • @omkarbhoir9819
    @omkarbhoir9819 Před 3 lety +7

    Very nice example sir 👌
    made it very easy to understand
    thank u sir ❤

    • @tutorialsspace
      @tutorialsspace  Před 3 lety

      thanks.... as it is paid now. channel sold.... 599 ki ek month ki membership hai.... join button se. sab video dekh payenge aaap jis marji subject ki ho. OS-CG-Dis Stru. almost 80-90 percent covered syllabus under 599/-
      czcams.com/video/jj1IKdLEZHY/video.html

  • @nikiparmar3661
    @nikiparmar3661 Před 4 lety +4

    Very helpful video👍👍

  • @vedantghate92
    @vedantghate92 Před 3 lety +2

    sir aaj tak meine jaha bhi 8 way symmetry samjaha hai samjha nahi tha jab aapne practical kara to Abb life time yaad rahega ......Thank you sir ..
    Ek puchna hai sir ispe questio ata kya paper main????

  • @pssnrdank7229
    @pssnrdank7229 Před 4 lety +3

    Sir when I click on the join button there's something written as "My new videos on CG only available till 15th August". What does that mean?

    • @tutorialsspace
      @tutorialsspace  Před 4 lety +3

      i made first unit again with high quality which would be available till 15 aug.. but it is now completely available for members every time

  • @achyutnandan7087
    @achyutnandan7087 Před 2 lety +2

    pen nahi tha kya paper k liye

  • @aryanjadhav1800
    @aryanjadhav1800 Před rokem

    ye neeli line kya hain

  • @aryanjadhav1800
    @aryanjadhav1800 Před rokem

    neeli line

  • @zackcarl7861
    @zackcarl7861 Před rokem +2

    Our Nit professors don't take such efforts to teach

    • @tutorialsspace
      @tutorialsspace  Před rokem

      thanks to him,
      Notes Download Links Has Been Changed due to the modification in website,
      If You Want To Download Notes, This Is The Link: How To Download PDF Notes - LATEST WEB SITE LINKS
      czcams.com/video/GkrCF_yKM9Q/video.html
      tutorialsspace.com

  • @hardeepkaur3002
    @hardeepkaur3002 Před 2 lety

    Great sir 👍👍👍👍

  • @red5hat
    @red5hat Před 3 lety +2

    You tried hard to explain the concept, but misssed the basic thing what you wrote in the paper was illegible. Dhayn dijiye is par.

  • @red5hat
    @red5hat Před 3 lety +4

    So ultimately the video has become a bekar video.

    • @bhargav1893
      @bhargav1893 Před 3 lety

      Nothing like that,
      I understood everything clearly

    • @Vegeta-ew2bq
      @Vegeta-ew2bq Před 2 lety +1

      It is the best video on CZcams
      Sir aap great hoo👊